STK Vector Geometry ToolSend comments on this topic.
ReferencePoint Property (IAgCrdnVectorLineOfNodes)
See Also
Windows





Windows & Linux

Description

Specify a reference point.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ReferencePoint() As IAgCrdnPointRefTo
[C#]
public IAgCrdnPointRefTo ReferencePoint {get;}
[Managed C++]
public: __property IAgCrdnPointRefTo ^ get_ReferencePoint();
[Unmanaged C++]
public: HRESULT get_ReferencePoint(
    IAgCrdnPointRefTo ** ppRetVal
);
[Java]
public IAgCrdnPointRefTo getReferencePoint();
[Python - STK API ]
@property
def ReferencePoint(self) -> "IAgCrdnPointRefTo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.