NetworkCatalogDefDeclarePartProperty Method |
Declares a new part property.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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.
Exceptions
See Also