3dak Client

SiteIdentifier Constructor (Int64, Int64)

Public Constuctor

[Visual Basic]
Public Sub New( _ 
   ByVal Int64 As Int64, _ 
   ByVal Int64 As Int64 _ 
)
[C#]
public SiteIdentifier(
   long Int64,
   long Int64
);
[C++]
public: SiteIdentifier(
   __int64 Int64,
   __int64 Int64
);
[JScript]
public function SiteIdentifier(
   long Int64,
   long Int64
);

Parameters

SIid
Site ID
LAid
Language ID

Remarks

See Also

SiteIdentifier Class | ppm3dakClient Namespace | SiteIdentifier Constructor Overload List