|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| IPlot * | GetProperty_ParentPlot () |
| int | GetProperty_GridLeft () |
| int | GetProperty_GridRight () |
| int | GetProperty_GridWidth () |
| int | GetProperty_GridHeight () |
| int | GetProperty_GridBottom () |
| int | GetProperty_GridTop () |
| void | SetProperty_GridBottom (int Value) |
| void | SetProperty_GridTop (int Value) |
| Public Member Functions inherited from SCH::IPrimitive | |
| TViewablePrimitiveId | GetProperty_ViewablePrimitiveId () |
| void | SetProperty_BoundingRect (DXP::C_Rect Value) |
| DXP::C_Rect | GetProperty_BoundingRect () |
| int SCH::IGridArea::GetProperty_GridBottom | ( | ) |
| int SCH::IGridArea::GetProperty_GridHeight | ( | ) |
| int SCH::IGridArea::GetProperty_GridLeft | ( | ) |
| int SCH::IGridArea::GetProperty_GridRight | ( | ) |
| int SCH::IGridArea::GetProperty_GridTop | ( | ) |
| int SCH::IGridArea::GetProperty_GridWidth | ( | ) |
| IPlot * SCH::IGridArea::GetProperty_ParentPlot | ( | ) |
| void SCH::IGridArea::SetProperty_GridBottom | ( | int | Value | ) |
| void SCH::IGridArea::SetProperty_GridTop | ( | int | Value | ) |