ArcFM Solution Developer Guide
availability Property






This property provides a flag to indicate whether the duct is available (as boolean).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property availability As System.Boolean
'Usage
 
Dim instance As IMMDuctDefinition
Dim value As System.Boolean
 
instance.availability = value
 
value = instance.availability
[System.Runtime.InteropServices.DispId(1610678272)]
System.bool availability {get; set;}
read-write property availability: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set availability : System.boolean
[System.Runtime.InteropServices.DispId(1610678272)]
__property System.bool get_availability();
__property void set_availability( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property System.bool availability {
   System.bool get();
   void set (    System.bool value);
}

Property Value

Boolean
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