STK Vector Geometry ToolSend comments on this topic.
ProgID Property (IAgCrdnVectorPlugin)
See Also
Windows





Windows & Linux

Description

A programmatic ID associated with the component.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.