The Volume Calc Angle Off Vector 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++] |
---|
public: HRESULT get_ReferencePlane( IAgCrdnPlane ** ppRetVal ); public: HRESULT put_ReferencePlane( IAgCrdnPlane ReferencePlane ); |
[Java] |
---|
public IAgCrdnPlane getReferencePlane(); public void setReferencePlane( IAgCrdnPlane ); |
[Python - STK API ] |
---|
@property def ReferencePlane(self) -> "IAgCrdnPlane": @ReferencePlane.setter def ReferencePlane(self, ReferencePlane:"IAgCrdnPlane") -> None: |