Get the component interface.
Read-only property
[Visual Basic .NET] |
---|
Public Property Component() As IAgComponentInfo |
[C#] |
---|
public IAgComponentInfo Component {get;} |
[Managed C++] |
---|
public: __property IAgComponentInfo ^ get_Component(); |
[Unmanaged C++] |
---|
public: HRESULT get_Component( IAgComponentInfo ** ppRetVal ); |
[Java] |
---|
public IAgComponentInfo getComponent(); |
[Python - STK API ] |
---|
@property def Component(self) -> "IAgComponentInfo": |