CadEntityBase.SpaceMode

CadEntityBase.SpaceMode property

Gets or sets a value indicating which space the entity belongs to.

public CadEntitySpaceMode SpaceMode { get; set; }

Property Value

The CadEntitySpaceMode value.

Exceptions

exceptioncondition
CadExceptionSpace mode is not valid

See Also