Name | Description | |
---|---|---|
MultipatchBuilderEx Constructor | Overloaded. |
The following tables list the members exposed by MultipatchBuilderEx.
Name | Description | |
---|---|---|
MultipatchBuilderEx Constructor | Overloaded. |
Name | Description | |
---|---|---|
GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Multipatch. | |
HasID | Overridden. Gets or sets a value indicating if the MultipatchBuilderEx recognizes ID-values also known as ID-awareness. | |
HasM | Overridden. Gets or sets a value indicating if the MultipatchBuilderEx recognizes M-values also known as M-awareness. | |
HasNormals | Gets or sets a value indicating if the MultipatchBuilderEx recognizes normals. | |
HasTextureCoords2D | Gets a value indicating if any of the patches in the MultipatchBuilderEx has 2D texture coordinates. | |
HasZ | Overridden. Gets a value indicating if the MultipatchBuilderEx recognizes Z-values also known as Z-awareness. | |
IsEmpty | Overridden. Returns true if this instance is empty (has no patches). | |
Patches | Gets or sets the list of patches for this instance. | |
SpatialReference | Gets or sets the SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
Name | Description | |
---|---|---|
AddPoint | A convenience method to add a point to the specified Patch. | |
CreateMultipatch | Overloaded. | |
From3DModelFile | Creates a new instance of a Multipatch class from a supported 3D model file. | |
From3DObjectXML | Creates a new instance of a Multipatch class from a 3D object XML representation. | |
FromBinaryXml | Creates a new instance of a Multipatch class from a binary XML string representation. | |
FromEsriShape | Creates a new instance of a Multipatch class from an Esri shape buffer. | |
FromXml | Creates a new instance of a Multipatch class from an XML string representation. | |
GetPatchPointCount | A convenience method to return the number of vertices in the specified Patch. | |
GetPoint | A convenience method to get the MapPoint from the specified patch at the specified point index. | |
InsertPoint | A convenience method to insert a point in the specified Patch. | |
InsertPoints | A convenience method to insert a collection of points into the specified Patch. | |
IsEqual | Overloaded. | |
MakePatch | Creates an empty Patch that inherits attribute awareness from this builder. | |
QueryPatchIndicesWithMaterial | Returns an array of patch indices that reference the given Material instance. | |
QueryPatchIndicesWithTexture | Returns an array of patch indices that reference the given TextureResource instance. | |
RemovePoints | A convenience method to remove points from the specified Patch | |
SetEmpty | Overridden. Sets this instance to empty. | |
SetPoint | A convenience method to update the components of a point in the specified Patch. | |
SynchronizeAttributeAwareness | Synchronizes attribute awareness of Patches to match attribute awareness of the MultipatchBuilderEx. | |
ToGeometry | Returns a Multipatch instance representing the current state of this builder. |