The Volume Calc Range reference plane.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferencePlane() As IAgCrdnPlane |
| [C#] |
|---|
public IAgCrdnPlane ReferencePlane {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPlane ^ get_ReferencePlane(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPlane getReferencePlane(); public void setReferencePlane( IAgCrdnPlane ); |
| [Python - STK API] |
|---|
@property def ReferencePlane(self) -> "IAgCrdnPlane": @ReferencePlane.setter def ReferencePlane(self, ReferencePlane:"IAgCrdnPlane") -> None: |





