STK AgCrdnPluginSend comments on this topic.
ShortDescription Property (IAgCrdnVectorPluginResultReg)
See Also
Windows





Windows & Linux

Description

The short description of the object. Not supported by central bodies.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShortDescription() As String
[C#]
public string ShortDescription {get; set;}
[Managed C++]
public: __property String __gc ^ get_ShortDescription();
public: __property void set_ShortDescription( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ShortDescription(
    BSTR * pDescription
);
public: HRESULT put_ShortDescription(
    BSTR NewDescription
);
[Java]
public String getShortDescription();
public void setShortDescription(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.