STK Vector Geometry ToolSend comments on this topic.
ReferencePlane Property (IAgCrdnVolumeCalcDelayRange)
See Also
Windows





Windows & Linux

Description

The Volume Calc Range reference plane.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferencePlane() As IAgCrdnPlane
[C#]
public IAgCrdnPlane ReferencePlane {get; set;}
[Managed C++]
public: __property IAgCrdnPlane ^ get_ReferencePlane();
public: __property void set_ReferencePlane( IAgCrdnPlane );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.