Adds a 3DTileset item to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAg3DTileset Add( string Name, string URI, AgE3DTilesetSourceType sourceType, string referenceFrame ); |
| [Managed C++] |
|---|
public: IAg3DTileset^ Add( String __gc ^ Name, String __gc ^ URI, AgE3DTilesetSourceType sourceType, String __gc ^ referenceFrame ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAg3DTileset add( String Name, String URI, AgE3DTilesetSourceType sourceType, String referenceFrame ); |
[Python - STK API ] |
|---|
def Add(self, Name:str, URI:str, sourceType:"AgE3DTilesetSourceType", referenceFrame:str) -> "IAg3DTileset": |
- Name
- URI
- sourceType
- referenceFrame






