Specifies the domain name associated to the field upon which the AU will operate. In other words, when specified, the AU will only be applicable to fields using this domain. If the field is not associated with a domain, then this property should return the value vbNullString.
The following code sample demonstrates how the IMMAttrAUStrategy::DomainName property may be implemented.
Visual Basic |
Copy Code |
Private Property Get IMMAttrAUStrategy_DomainName() As String
IMMAttrAUStrategy_DomainName = vbNullString
End Property |
|
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.