ArcFM Desktop Developer Guide
OID Property (IMMWMSDesign)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property sets or returns the Object ID associated with the design. This value is stored in the ObjectID field of the MM_WMS_GIS_DESIGN table. It returns -1 if no value is found.
Syntax
'Declaration
 
<DispIdAttribute(1610678275)>
Property OID As Integer
'Usage
 
Dim instance As IMMWMSDesign
Dim value As Integer
 
instance.OID = value
 
value = instance.OID
[DispId(1610678275)]
int OID {get; set;}

Property Value

Long
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

IMMWMSDesign Interface
IMMWMSDesign Members

 

 


Send Comment