Property that represents the creation modes of
Associative dimension objects. This property corresponds to the
DIMASO system variable. This property can have the following
values: Value Description false Creates unexploded dimensions. true
Creates un-associative dimension entities.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimaso { get; set; }
Public Property Dimaso As Boolean
Get
Set
public:
property bool Dimaso {
bool get ();
void set (bool value);
}
member Dimaso : bool with get, set
Property Value
Boolean
Remarks
This is an
obsolete property, use DimAssoc instead.
See Also