STK Vector Geometry ToolSend comments on this topic.
InstancePath Property (IAgCrdnInstance)
See Also
Windows





Windows & Linux

Description

Returns a path to the parent object that owns the VGT component.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.