ObjectId

EmfPlusObject.ObjectId property

Gets or sets the object identifier. The index in the EMF+ Object Table to associate with the object created by this record. The value MUST be zero to 63, inclusive.

public byte ObjectId { get; set; }

Property Value

The object identifier.

See Also