Share

DBObject.GetField(string) Method

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

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?