AGI AgCrdnPlugin 11 Send comments on this topic.
ShortDescription Property (IAgCrdnPointPluginResultReset)
See Also 





Description

The short description of the object. Cannot be set for 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 * pRetVal
);
public: HRESULT put_ShortDescription(
BSTR NewShortDescription
);

[Java]
public String getShortDescription();public void setShortDescription(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1