AssocPropDef Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A property definition on an association.
Syntax
public class AssocPropDef Public Class AssocPropDef Properties
| Name | Description |
|---|---|
| AssocPropTyp | The type of association the property applies to. |
| DfltVal | A default value. If a property of this type is added and a value is not specified, the default value is used. |
| DispName | The display name. |
| Id | The unique identifier. |
| IsAct | If true, the property definition is active. If false, it is not active. |
| SysName | The system name. This value is unique. |
| Typ | The data type. |
| UsageCount | Deprecated - do not use. |
Returned By
Where you get a AssocPropDef — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.AssocPropDef