  | CUSERMETAGetMetaCreationDate Method  | 
 Get the Meta Creation Date
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetMetaCreationDate(
	ref double date
)
public void GetMetaCreationDate(
	ref double date
)
Public Sub GetMetaCreationDate ( 
	ByRef date As Double
)
Public Sub GetMetaCreationDate ( 
	ByRef date As Double
)
public:
void GetMetaCreationDate(
	double% date
)
public:
void GetMetaCreationDate(
	double% date
)
member GetMetaCreationDate : 
        date : float byref -> unit 
member GetMetaCreationDate : 
        date : float byref -> unit 
Parameters
- date
 - Type: SystemDouble
Date 
See Also