ArcFM Solution Developer Guide
DomainName Property (IMMAttrAUStrategy)


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.
Syntax
'Declaration
 
<DispIdAttribute(1610678275)>
ReadOnly Property DomainName As String
'Usage
 
Dim instance As IMMAttrAUStrategy
Dim value As String
 
value = instance.DomainName
[DispId(1610678275)]
string DomainName {get;}

Property Value

String
Example
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
Requirements

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.

See Also

Reference

IMMAttrAUStrategy Interface
IMMAttrAUStrategy Members

 

 


Send Comment