AGI STK Astrogator 11 Send comments on this topic.
Attribute Property (IAgVAScriptingSegment)
See Also 





Description

The name of the attribute.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Attribute();
public: __property void set_Attribute(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Attribute(
BSTR * pRetVal
);
public: HRESULT put_Attribute(
BSTR NewAttribute
);

[Java]
public String getAttribute();public void setAttribute(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1