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





Windows & Linux

Description

Returns the component description.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.