STK ObjectsSend comments on this topic.
Identifier Property (IAgAdditionalGainLoss)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Identifier(
    BSTR val
);
[Java]
public String getIdentifier();
public void setIdentifier(
    String
);
[Python - STK API ]
@property
def Identifier(self) -> str:

@Identifier.setter
def Identifier(self, val:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.