Name | Description | |
---|---|---|
Clone | Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Copy3DCoordinatesToList | Copy all the coordinates of all the parts to a list of coordinates. | |
GetMaterialColor | Gets the color of the specified material. | |
GetMaterialEdgeColor | Gets the edge color of the specified material. | |
GetMaterialEdgeWidth | Gets the edge width of the specified material. | |
GetMaterialShininess | Gets the shininess of the specified material. | |
GetMaterialTexture | Gets a byte buffer representing the texture image for the specifed material. | |
GetMaterialTextureBytesPerPixel | Gets the number of bytes per pixel of the texture contained in the specified material. | |
GetMaterialTextureColumnCount | Gets the number of columns (width in pixels) of the texture image contained in the specified material. | |
GetMaterialTextureCompressionType | Gets the compression type of the byte buffer for the texture of the specified material. | |
GetMaterialTextureRowCount | Gets the number of rows (height in pixels) of the texture contained in the specified material index. | |
GetMaterialTransparencyPercent | Gets the overall transparency in percent (truncated as an integer) of the specified material. | |
GetPatchMaterialIndex | Gets the index of the material for the specified patch (part). | |
GetPatchNormal | Gets the normal coordinate for the specified patch (part) at the point index. | |
GetPatchNormals | Gets a collection of coordinates representing the vertices of the normals for the specified patch (part). | |
GetPatchPointCount | Gets the number of points for the specified patch (part). | |
GetPatchPriority | Gets a value representing the priority of the specified patch (part). | |
GetPatchStartPointIndex | Gets index of the start point into this multipatch's point collection for the specified patch (part). | |
GetPatchTextureCoordinate | Gets the texture coordinate for the specified patch (part) at the point index. | |
GetPatchTextureCoordinates | Gets a collection of coordinates representing the texture coordinates for the specified patch (part). | |
GetPatchTextureVertexCount | Gets the number of texture coordinates for the specified patch (part). | |
GetPatchType | Gets the patch type for the specified patch (part). | |
IsEqual | Overloaded. | |
IsMaterialCullBackFace | Gets a value representing if back-face culling is persisted as a property of the specified material. | |
IsMaterialTextured | Gets a value indicating if the specified material contains a texture image. | |
ToBinaryXml | Serializes this geometry instance into an ArcGIS binary XML geometry representation. | |
ToEsriShape | Overloaded. Overridden. | |
ToJson | Serializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
ToXml | Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) |