STK Vector Geometry ToolSend comments on this topic.
Path Property (IAgCrdn)
See Also
Windows





Windows & Linux

Description

Returns the component's fully qualified path (ie. \"CentralBody/Earth Body\", etc.).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Path() As String
[C#]
public string Path {get;}
[Managed C++]
public: __property String __gc ^ get_Path();
[Unmanaged C++]
public: HRESULT get_Path(
    BSTR * pRetVal
);
[Java]
public String getPath();
[Python - STK API ]
@property
def Path(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.