ArcFM Solution Developer Guide
ductID Property






A user-designated identifier for the duct. This field has the DUCTID model name assigned (as string).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property ductID As System.String
'Usage
 
Dim instance As IMMDuctDefinition
Dim value As System.String
 
instance.ductID = value
 
value = instance.ductID
[System.Runtime.InteropServices.DispId(1610678278)]
System.string ductID {get; set;}
read-write property ductID: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set ductID : System.String
[System.Runtime.InteropServices.DispId(1610678278)]
__property System.string* get_ductID();
__property void set_ductID( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property System.String^ ductID {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

String
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDuctDefinition Interface
IMMDuctDefinition Members

Send Feedback