NetworkCatalogDefDeclarePartProperty Method

Declares a new part property.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static void DeclarePartProperty(
	string globalContext,
	DomainType domain,
	PartType partType
)

Parameters

globalContext  String
Specifies the parameter's global context, which should already exist.
domain  DomainType
Specifies the part's domain.
partType  PartType
Specifies the part's type.
Exceptions
ExceptionCondition
ArgumentException Thrown when a part property already exists.
See Also