Definition properties of the FOM.
Read-only property
[Visual Basic .NET] |
---|
Public Property Definition() As IAgFmDefinition |
[C#] |
---|
public IAgFmDefinition Definition {get;} |
[Managed C++] |
---|
public: __property IAgFmDefinition ^ get_Definition(); |
[Unmanaged C++] |
---|
public: HRESULT get_Definition( IAgFmDefinition ** ppVal ); |
[Java] |
---|
public IAgFmDefinition getDefinition(); |
[Python - STK API ] |
---|
@property def Definition(self) -> "IAgFmDefinition": |