SurfaceBaseStyleDisplayMode Property |
Gets or sets the Display3dType enum value that specifies the appearance of surface elevations.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceDisplay3dType DisplayMode { get; set; }
Public Property DisplayMode As SurfaceDisplay3dType
Get
Set
public:
property SurfaceDisplay3dType DisplayMode {
SurfaceDisplay3dType get ();
void set (SurfaceDisplay3dType value);
}
Property Value
SurfaceDisplay3dType
See Also