DatabaseDimAssoc Property
|
Property that represents the associativity of
new dimension entities. This property corresponds to the DIMASSOC
system variable. This property can have the following values: Value
Description 0 Creates unexploded dimensions. 1 Creates
un-associative dimension entities. 2 Creates associative dimension
entities.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int DimAssoc { get; set; }
Public Property DimAssoc As Integer
Get
Set
public:
property int DimAssoc {
int get ();
void set (int value);
}
member DimAssoc : int with get, set
Property Value
Int32
See Also