C# 클래스 MultiPatchExamples.GraphicsLayer3DUtilities

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
AddAxisToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometry geometry, IColor color, esriSimple3DLineStyle style, double width ) : void
AddMultiPatchToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometry geometry, IColor color ) : void
AddOutlineToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometryCollection geometryCollection, IColor color, esriSimple3DLineStyle style, double width ) : void
ConstructGraphicsLayer3D ( string name ) : IGraphicsContainer3D
DisableLighting ( IGraphicsContainer3D graphicsContainer3D ) : void

메소드 상세

AddAxisToGraphicsLayer3D() 공개 정적인 메소드

public static AddAxisToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometry geometry, IColor color, esriSimple3DLineStyle style, double width ) : void
graphicsContainer3D IGraphicsContainer3D
geometry IGeometry
color IColor
style esriSimple3DLineStyle
width double
리턴 void

AddMultiPatchToGraphicsLayer3D() 공개 정적인 메소드

public static AddMultiPatchToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometry geometry, IColor color ) : void
graphicsContainer3D IGraphicsContainer3D
geometry IGeometry
color IColor
리턴 void

AddOutlineToGraphicsLayer3D() 공개 정적인 메소드

public static AddOutlineToGraphicsLayer3D ( IGraphicsContainer3D graphicsContainer3D, IGeometryCollection geometryCollection, IColor color, esriSimple3DLineStyle style, double width ) : void
graphicsContainer3D IGraphicsContainer3D
geometryCollection IGeometryCollection
color IColor
style esriSimple3DLineStyle
width double
리턴 void

ConstructGraphicsLayer3D() 공개 정적인 메소드

public static ConstructGraphicsLayer3D ( string name ) : IGraphicsContainer3D
name string
리턴 IGraphicsContainer3D

DisableLighting() 공개 정적인 메소드

public static DisableLighting ( IGraphicsContainer3D graphicsContainer3D ) : void
graphicsContainer3D IGraphicsContainer3D
리턴 void