NetworkCatalogDefDeclarePartProperty Method |
Declares a new part property.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static void DeclarePartProperty(
string globalContext,
DomainType domain,
PartType partType
)
Public Shared Sub DeclarePartProperty (
globalContext As String,
domain As DomainType,
partType As PartType
)
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.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when a part property already exists.
|
See Also