C# Class MultiPatchExamples.ElementUtilities

Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
ConstructMultiPatchElement ( IGeometry geometry, IColor color ) : IElement
ConstructPolylineElement ( IGeometry geometry, IColor color, esriSimple3DLineStyle style, double width ) : IElement

Method Details

ConstructMultiPatchElement() public static method

public static ConstructMultiPatchElement ( IGeometry geometry, IColor color ) : IElement
geometry IGeometry
color IColor
return IElement

ConstructPolylineElement() public static method

public static ConstructPolylineElement ( IGeometry geometry, IColor color, esriSimple3DLineStyle style, double width ) : IElement
geometry IGeometry
color IColor
style esriSimple3DLineStyle
width double
return IElement