IPolygonMesh Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IPolygonMesh.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of the PolygonMesh.  
 PropertyErasedGets or sets whether to erase or restore the PolygonMesh.  
 PropertyFitSmoothGets or sets the smoothing function to apply to the PolygonMesh.  
 PropertyHandleGets the value of the handle of the PolygonMesh.  
 PropertyLayerGets or sets the name of the Layer of the PolygonMesh.  
 PropertyLineScaleGets or sets the scale factor for the PolygonMesh's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the PolygonMesh.  
 PropertyLineWeightGets or sets the LineWeight for the PolygonMesh.  
 PropertyMClosedGets or sets whether the PolygonMesh is closed in the column direction.  
 PropertyMDensityGets or sets the column density of the PolygonMesh.  
 PropertyNClosedGets or sets whether the PolygonMesh is closed in the row direction.  
 PropertyNDensityGets or sets the row density of the PolygonMesh.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this PolygonMesh.  
 PropertyTransparencyGets or sets the transparency object for this PolygonMesh.  
 PropertyVisibleGets or sets whether to show the PolygonMesh in the drawing.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the PolygonMesh.  
 MethodDeleteCustomDataDeletes the specified custom data from the PolygonMesh.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the PolygonMesh.  
 MethodGetBoundingBoxGets the bounding box enclosing the PolygonMesh.  
 MethodGetCustomDataGets the specified custom data for the PolygonMesh.  
 MethodGetExtensionDictionaryGets the dictionary for the PolygonMesh.  
 MethodGetHyperLinkGets the hyperlink attached to the PolygonMesh.  
 MethodGetMVertexCountGets the number of columns in the PolygonMesh.  
 MethodGetNVertexCountGets the number of rows in the PolygonMesh.  
 MethodGetVertexCoordinateGets the coordinates of the specified PolygonMesh vertex.  
 MethodGetVerticesCountGets the number of mesh vertices in the PolygonMesh.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the PolygonMesh, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected PolygonMesh to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the PolygonMesh.  
 MethodSetHyperLinkAttaches the specified hyperlink to the PolygonMesh.  
 MethodSetVertexCoordinateSets the coordinates of a PolygonMesh vertex.  
Top

See Also