This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the 3D marker symbol.
The IMarker3DSymbol interface provides properties and methods to define 3D marker symbols. The CreateFromFile method enbles import of existing OpenFlight (.flt), 3ds max* (.3ds), or Virtual Reality Markup Language (VRML*) models and then symbolize point features with these models. RestrictAccessToShape restricts the access to the geometry of a 3D marker symbol. IsRestrictedAccess indicates whether the geometry of the 3D Marker Symbol is restricted. UseMaterialDraping is used to display the symbols with or without texture materials.
Name | Description | |
---|---|---|
CreateFromFile | Imports the symbol definition. | |
IsRestricted | Indicates if the marker restricts access to internal shape. | |
MaterialCount | Number of materials present. | |
RestrictAccessToShape | Restricts all further access to internal shape. | |
Shape | Marker shape geometry. | |
Thumbnail | The symbol thumbnail for 2D representation. | |
UseMaterialDraping | Indicates if the marker uses material property for draping. |
Classes | Description |
---|---|
Marker3DSymbol | 3D Marker Symbol component. |