Miner.Interop.Framework Assembly > Miner.Interop Namespace : IMMAttributedDefinition Interface |
'Declaration <GuidAttribute("602EF722-43EE-11D4-B8F3-0050045C48E4")> <TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> <ComImportAttribute()> Public Interface IMMAttributedDefinition Inherits IMMItemDefinition
'Usage Dim instance As IMMAttributedDefinition
[Guid("602EF722-43EE-11D4-B8F3-0050045C48E4")] [TypeLibType(TypeLibTypeFlags.FOleAutomation)] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [ComImport()] public interface IMMAttributedDefinition : IMMItemDefinition
If you're trying to programmatically identify a compatible unit (CU) that is associated with a particular GIS unit (GU), you can use IMMAttributedDefinition to compare the TableName and Subtype values of the CU and GU.
Identify CU Associated with GU (C#) | Copy Code | |
---|---|---|
|
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.
'Declaration <GuidAttribute("602EF722-43EE-11D4-B8F3-0050045C48E4")> <TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> <ComImportAttribute()> Public Interface IMMAttributedDefinition Inherits IMMItemDefinition
'Usage Dim instance As IMMAttributedDefinition
[Guid("602EF722-43EE-11D4-B8F3-0050045C48E4")] [TypeLibType(TypeLibTypeFlags.FOleAutomation)] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [ComImport()] public interface IMMAttributedDefinition : IMMItemDefinition
If you're trying to programmatically identify a compatible unit (CU) that is associated with a particular GIS unit (GU), you can use IMMAttributedDefinition to compare the TableName and Subtype values of the CU and GU.
Identify CU Associated with GU (C#) | Copy Code | |
---|---|---|
|
Miner.Interop.IMMAttributedDefinition
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.