ALFA.Database.ACR_SetPersistentLocation C# (CSharp) Метод

ACR_SetPersistentLocation() публичный Метод

Set a vector value in the persistent store.
public ACR_SetPersistentLocation ( UInt32 Object, string VarName, NWScript.NWScriptEngineStructure2 Value ) : void
Object System.UInt32 Supplies the object whose persistent store is /// to be accessed.
VarName string Supplies the variable keyword to set.
Value NWScript.NWScriptEngineStructure2 Supplies the variable data.
Результат void
        public void ACR_SetPersistentLocation(UInt32 Object, string VarName, NWLocation Value)
        {
            ACR_SetPersistentString(Object, VarName, ACR_LocationToString(Value));
        }