SettingsCmdVolumesDashboardSettingsCmdVolumeSurfaceCreationDefaultType Property |
Gets the default volume surface type that is used when creating a volume surface.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<VolumeSurfaceType> DefaultType { get; }
Public ReadOnly Property DefaultType As PropertyEnum(Of VolumeSurfaceType)
Get
public:
property PropertyEnum<VolumeSurfaceType>^ DefaultType {
PropertyEnum<VolumeSurfaceType>^ get ();
}
Property Value
PropertyEnumVolumeSurfaceType
See Also