Returns the IAgRuntimeTypeInfo interface to access properties at runtime.
Read-only property
[Visual Basic .NET] |
---|
Public Property ProvideRuntimeTypeInfo() As IAgRuntimeTypeInfo |
[C#] |
---|
public IAgRuntimeTypeInfo ProvideRuntimeTypeInfo {get;} |
[Managed C++] |
---|
public: __property IAgRuntimeTypeInfo ^ get_ProvideRuntimeTypeInfo(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProvideRuntimeTypeInfo( IAgRuntimeTypeInfo ** ppRetVal ); |
[Java] |
---|
public IAgRuntimeTypeInfo getProvideRuntimeTypeInfo(); |
[Python - STK API ] |
---|
@property def ProvideRuntimeTypeInfo(self) -> "IAgRuntimeTypeInfo": |