Description
Removes the specified field. Returns the object ID of the removed field.
Visual Basic
Public Function RemoveField( propertyName As string ) As Autodesk.AutoCAD.DatabaseServices.ObjectId
C#
public Autodesk.AutoCAD.DatabaseServices.ObjectId RemoveField( string propertyName );
Parameters
Parameters | Description |
---|---|
string propertyName | Property name whose field is to be removed |