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. | |
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 | Compares this instance of MultipatchBuilderEx to the other for equality. | |
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. |