Returns the Prop Def export tool.
[Visual Basic .NET] |
---|
Public Function GetPropDefExportTool() As IAgVePropDefExportTool |
[C#] |
---|
public IAgVePropDefExportTool GetPropDefExportTool(); |
[Managed C++] |
---|
public: IAgVePropDefExportTool ^ GetPropDefExportTool(); |
[Unmanaged C++] |
---|
public: HRESULT GetPropDefExportTool( IAgVePropDefExportTool ** ppRetVal ); |
[Java] |
---|
public IAgVePropDefExportTool getPropDefExportTool(); |
[Python - STK API ] |
---|
def GetPropDefExportTool(self) -> "IAgVePropDefExportTool": |