Share

SettingsCmdCatchmentArea.ObjectType Property

Gets the catchment object type.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyEnum<CatchmentObjectType> ObjectType { get; }

VB

Public ReadOnly Property ObjectType As PropertyEnum(Of CatchmentObjectType)
	Get

C++

public:
property PropertyEnum<CatchmentObjectType>^ ObjectType {
	PropertyEnum<CatchmentObjectType>^ get ();
}

Property Value

PropertyEnumCatchmentObjectType

See Also

Reference

Was this information helpful?