DOP type data.
Read-only property
[Visual Basic .NET] |
---|
Public Property TypeData() As IAgFmDefinitionData |
[C#] |
---|
public IAgFmDefinitionData TypeData {get;} |
[Managed C++] |
---|
public: __property IAgFmDefinitionData ^ get_TypeData(); |
[Unmanaged C++] |
---|
public: HRESULT get_TypeData( IAgFmDefinitionData ** ppRetVal ); |
[Java] |
---|
public IAgFmDefinitionData getTypeData(); |
[Python - STK API ] |
---|
@property def TypeData(self) -> "IAgFmDefinitionData": |