C# Класс MultiPatchExamples.GraphicsLayer3DUtilities

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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