Share

NetworkCatalogDef.DeclarePartProperty Method

Declares a new part property.



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

Syntax

C#

public static void DeclarePartProperty(
	string globalContext,
	DomainType domain,
	PartType partType
)

VB

Public Shared Sub DeclarePartProperty ( 
	globalContext As String,
	domain As DomainType,
	partType As PartType
)

C++

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

Reference

Was this information helpful?