Declares a new part property.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static void DeclarePartProperty(
string globalContext,
DomainType domain,
PartType partType
) |
Visual Basic |
---|
Public Shared Sub DeclarePartProperty ( _
globalContext As String, _
domain As DomainType, _
partType As PartType _
) |
Visual C++ |
---|
public:
static void DeclarePartProperty(
String^ globalContext,
DomainType domain,
PartType partType
) |
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when a part property already exists.
|
See Also