Miner.Interop.Framework Assembly > Miner.Interop Namespace : IMMAttributedDefinition Interface |
'Declaration <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> <TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)> <GuidAttribute("602EF722-43EE-11D4-B8F3-0050045C48E4")> <ComImportAttribute()> Public Interface IMMAttributedDefinition Inherits IMMItemDefinition
'Usage Dim instance As IMMAttributedDefinition
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [TypeLibType(TypeLibTypeFlags.FOleAutomation)] [Guid("602EF722-43EE-11D4-B8F3-0050045C48E4")] [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#) | ![]() |
|
---|---|---|
|
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 <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> <TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)> <GuidAttribute("602EF722-43EE-11D4-B8F3-0050045C48E4")> <ComImportAttribute()> Public Interface IMMAttributedDefinition Inherits IMMItemDefinition
'Usage Dim instance As IMMAttributedDefinition
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [TypeLibType(TypeLibTypeFlags.FOleAutomation)] [Guid("602EF722-43EE-11D4-B8F3-0050045C48E4")] [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#) | ![]() |
|
---|---|---|
|
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.