Touchstone Re 2023 API Reference
MMSStructureNumber Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > OffshoreLocationFeature Class : MMSStructureNumber Property
(Optional) Contains the unique Minerals Management Service (MMS) structure number for this offshore platform structure.
Syntax
Public Property MMSStructureNumber As Nullable(Of Short)
Dim instance As OffshoreLocationFeature
Dim value As Nullable(Of Short)
 
instance.MMSStructureNumber = value
 
value = instance.MMSStructureNumber
public Nullable<short> MMSStructureNumber {get; set;}
Remarks
The MMS structure number is a number assigned to a specific structure within a complex.

If you specify a value for this property, you must also specify a value for the MMSComplexID property.

Valid values: Null or a non-negative integer

Default: 0

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

OffshoreLocationFeature Class
OffshoreLocationFeature Members