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