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