Gets the ID of the dimension group to which this dimension belongs.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual long DimGroupId { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property DimGroupId As Long Get |
| Visual C++ |
|---|
public: virtual property long long DimGroupId { long long get (); } |
Field Value
ID of the dimension group to which this dimension belongs or 0 if it does not belong to a group.
Remarks
If the dimension does not belong to a dimension group, the method will
return 0.