The AcDbObject reference component.
To properly initialize an IAcSmAcDbObjectReference in order to reference a stored AcDbObject, use the SetAcDbObject method. This method initializes the NamedAcDbObjectReference, so there is no need to use the SetAcDbHandle method, SetFileName method, or SetName method.
To find a referenced object in an AcDbDatabase, use the ResolveAcDbObject method. For example, to find a layout in order to retrieve its properties, use the ResolveAcDbObject method.
Methods, Properties and Events
Methods
Comments? |