Description
This function provides access to Field objects associated with a database object and the supplied property name by returning the object ID.
Visual Basic
Public Function GetField( propertyName As string ) As Autodesk.AutoCAD.DatabaseServices.ObjectId
C#
public Autodesk.AutoCAD.DatabaseServices.ObjectId GetField( string propertyName );
Parameters
Parameters | Description |
---|---|
string propertyName | Input a property name for the field you want to retrieve |