Specify a reference plane.
Read-only property
[Visual Basic .NET] |
---|
Public Property ReferencePlane() As IAgCrdnPlaneRefTo |
[C#] |
---|
public IAgCrdnPlaneRefTo ReferencePlane {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPlaneRefTo ^ get_ReferencePlane(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferencePlane( IAgCrdnPlaneRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPlaneRefTo getReferencePlane(); |
[Python - STK API ] |
---|
@property def ReferencePlane(self) -> "IAgCrdnPlaneRefTo": |