Gets the root tile of the tree.
[Visual Basic .NET] |
---|
Public Function GetRootTile() As IAgStkGraphicsPluginTile |
[C#] |
---|
public IAgStkGraphicsPluginTile GetRootTile(); |
[Managed C++] |
---|
public: IAgStkGraphicsPluginTile ^ GetRootTile(); |
[Unmanaged C++] |
---|
public: HRESULT GetRootTile( IAgStkGraphicsPluginTile ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPluginTile getRootTile(); |