AGI STK Objects 11 Send comments on this topic.
Identifier Property (IAgAdditionalGainLoss)
See Also 





Description

Gets or sets the gain/loss identifier.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Identifier();
public: __property void set_Identifier(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Identifier(
BSTR * pRetVal
);
public: HRESULT put_Identifier(
BSTR NewIdentifier
);

[Java]
public String getIdentifier();public void setIdentifier(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1