AGI AgCrdnPlugin 11 Send comments on this topic.
LongDescription Property (IAgCrdnCalcScalarPluginResultEval)
See Also 





Description

The long description of the object. Cannot be set for central bodies.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LongDescription() As String

[C#]
public string LongDescription {get; set;}

[Managed C++]
public: __property String __gc ^ get_LongDescription();
public: __property void set_LongDescription(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_LongDescription(
BSTR * pRetVal
);
public: HRESULT put_LongDescription(
BSTR NewLongDescription
);

[Java]
public String getLongDescription();public void setLongDescription(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1