PointCloudPointStyleDisplay3dType Property |
Gets or sets the PointDisplay3dType enum value that specifies how the display elevation of the Points when viewing in 3D.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointDisplay3dType Display3dType { get; set; }
Public Property Display3dType As PointDisplay3dType
Get
Set
public:
property PointDisplay3dType Display3dType {
PointDisplay3dType get ();
void set (PointDisplay3dType value);
}
Property Value
PointDisplay3dType
See Also