Show / Hide Table of Contents

Class DirectReference

A direct reference is a reference that points directly to an object id. This is the most common type of reference.

Inheritance
System.Object
NativeDisposable
Reference
DirectReference
Inherited Members
Reference.Name
Reference.Peel()
Reference.Peel<T>()
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class DirectReference : Reference

Properties

| Improve this Doc View Source

Target

Gets the target object id that this reference points to.

Declaration
public ObjectId Target { get; }
Property Value
Type Description
ObjectId
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX