Class DirectReference
A direct reference is a reference that points directly to an object id. This is the most common type of reference.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class DirectReference : Reference
Properties
| Improve this Doc View SourceTarget
Gets the target object id that this reference points to.
Declaration
public ObjectId Target { get; }
Property Value
Type | Description |
---|---|
ObjectId |