STK Vector Geometry ToolSend comments on this topic.
Origin Property (IAgCrdnVectorDisplacement)
See Also
Windows





Windows & Linux

Description

Specify the vector's origin point.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.