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));
        }